home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_appitem.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
187b
|
16 lines
/* EaglePlayer - Iconify-Modus = AppItem */
address 'rexx_EP'
options results
appitem
if result == "no" then do
say "Can't use AppItem !"
end
else do
say "Now using AppItem !"
end